ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPBag<T> Class / ImGearXMPBag<T> Constructor / ImGearXMPBag<T> Constructor(String[])
String array.




In This Topic
ImGearXMPBag<T> Constructor(String[])
In This Topic
Initializes a new instance of the ImGearXMPBag<T> class and initializes it with values from the string array.
Syntax
'Declaration
 
Public Function New( _
   ByVal value() As String _
)
 
'Usage
 
Dim value() As String
 
Dim instance As New ImGearXMPBag(Of T)(value)

Parameters

value
String array.

Return Value

New instance of ImGearXMPBag<T> generic class object.
Remarks
This constructor creates an instance of ImGearXMPBag<T> generic class and initializes it with values from the string array.
See Also